home *** CD-ROM | disk | FTP | other *** search
- 143
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- GetDisk
- --- RECORDSEPARATOR ---
- Platform:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Windows
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Description:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- baGetDisk displays a disk dialog box and returns the folder selected.
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Usage:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Result = baGetDisk( Disk, Instruction, Flags, X, Y )
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Arguments:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- String, string, integer, integer, integer.
- --- RECORDSEPARATOR ---
- Disk is the initial disk to be selected in the dialog.
- --- RECORDSEPARATOR ---
- Instruction is the instruction to display to the user.
- --- RECORDSEPARATOR ---
- Flags modifies the behaviour of the dialog.
- --- RECORDSEPARATOR ---
- X and Y are the position of the dialog.
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Returns:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- String.
- --- RECORDSEPARATOR ---
- Returns the name of the disk selected.
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Examples:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Director:
- --- RECORDSEPARATOR ---
- disk = baGetDisk( "c:\", "Select a disk", 0, 50, 50 )
- --- RECORDSEPARATOR ---
- Authorware:
- --- RECORDSEPARATOR ---
- disk := baGetDisk( "c:\\", "Select a disk", 0, 50, 50 )
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Notes:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- No flags are currently defined.
- --- RECORDSEPARATOR ---
- The X and Y arguments specify the position of the dialog in screen pixels. Set X to
- --- RECORDSEPARATOR ---
- -2 to center the dialog on the screen. Centering the dialog on the stage is not
- --- RECORDSEPARATOR ---
- implemented. Using -3 will position the dialog at the position it was last displayed.